From e77d842a7842e51ee3f2dec4d7ced17973da9589 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Tue, 3 May 2005 16:51:23 +0000 Subject: [PATCH] bitkeeper revision 1.1389.5.2 (4277ac0bRfcjvqM6q2Y_NDC_6SkzAQ) Fix 'make clean' in linux-2.6 build directory. Signed-off-by: Keir Fraser --- linux-2.6.11-xen-sparse/arch/xen/i386/kernel/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-2.6.11-xen-sparse/arch/xen/i386/kernel/Makefile b/linux-2.6.11-xen-sparse/arch/xen/i386/kernel/Makefile index 0ed17d7611..11934c626d 100644 --- a/linux-2.6.11-xen-sparse/arch/xen/i386/kernel/Makefile +++ b/linux-2.6.11-xen-sparse/arch/xen/i386/kernel/Makefile @@ -20,7 +20,7 @@ s-obj-y := obj-y += cpu/ obj-y += timers/ -c-obj-$(CONFIG_ACPI_BOOT) += acpi/ +obj-$(CONFIG_ACPI_BOOT) += acpi/ #c-obj-$(CONFIG_X86_BIOS_REBOOT) += reboot.o c-obj-$(CONFIG_MCA) += mca.o c-obj-$(CONFIG_X86_MSR) += msr.o -- 2.30.2